@font-face {
    font-family: 'Nanum Square';
    src: url('../fonts/NanumSquareRoundR.eot');
    src: url('../fonts/NanumSquareRoundR.eot?#iefix') format(‘embedded-opentype’),
    url('../fonts/NanumSquareRoundR.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'Nanum Square';
    src: url('../fonts/NanumSquareRoundB.eot');
    src: url('../fonts/NanumSquareRoundB.eot?#iefix') format(‘embedded-opentype’),
    url('../fonts/NanumSquareRoundB.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}


/* @font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts//NotoSansKR-Thin.woff2) format('woff2'),
    url(../fonts//NotoSansKR-Thin.woff) format('woff'),
    url(../fonts/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKR-Light.woff2) format('woff2'),
      url(../fonts/NotoSansKR-Light.woff) format('woff'),
      url(../fonts/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),
      url(../fonts/NotoSansKR-Regular.woff) format('woff'),
      url(../fonts/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansKR-Medium.woff2) format('woff2'),
      url(../fonts/NotoSansKR-Medium.woff) format('woff'),
      url(../fonts/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),
      url(../fonts/NotoSansKR-Bold.woff) format('woff'),
      url(../fonts/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSansKR-Black.woff2) format('woff2'),
      url(../fonts/NotoSansKR-Black.woff) format('woff'),
      url(../fonts/NotoSansKR-Black.otf) format('opentype');
} */

body {
    margin: 0;
    font-family: 'Noto Sans KR', 'Nanum Square', 'sans-serif';
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

.content-wrapper {
    background-color: #f3f5f9;
    /* background-image: url(../img/main_bg.jpg); */
}

.overlay-wrapper .custom-overlay {
    width: 200px;
    height: 200px;
    font-size: 24px;
}


/* common spec */
a {
    text-decoration: none;
}

.a-tag {
    cursor: pointer;
}

.a-tag:hover {
    text-decoration: underline;
    cursor: pointer;
    color: inherit;
}

.fa-loading + img {
    width: 100px;
}

li {
    list-style: none;
}

.chart {
    overflow: unset;
}

.flex {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.inline-block {
    display: inline-block;
}

.flex1 {
    flex: 1 !important
}

.flex2 {
    flex: 2 !important
}

.flex-direction-column {
    flex-direction: column;
}

.hide {
    display: none;
}

td.disabled {
    background-color: #cecece;
}

.vertical-middle {
    vertical-align: middle !important;
}

.vertical-bottom {
    vertical-align: bottom !important;
}

.max-width100 {
    max-width: 100%
}

.width100 {
    width: 100%
}

.height100 {
    height: 100%
}

.width90 {
    width: 90%
}

.hover-none:hover {
    cursor: unset !important;
    color: unset !important;
    background-color: unset !important;
}

.cursor-none {
    cursor: unset !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.separate {
    color: #cecece;
}

.main-color {
    color: #26C880;
}

.color-black {
    color: black;
}

.color-red {
    color: red;
}

.margin-auto {
    margin: 0 auto;
}

.lead {
    font-size: 1rem;
}

.li-marker::before {
    content: "\A";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0060e2;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 5px;
}

.line2em {
    line-height: 2em;
}

img.preview {
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: 100;
    border: 1px solid #e0e0e0;
}

span.title-mark {
    font-size: 18px;
    color: #26C880;
}

span.admin-title {
    font-size: 20px;
    font-weight: bold;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.bt-primary-1 {
    border-top: 1px solid #1b3a6a;
}

.bt-primary-2 {
    border-top: 2px solid #1b3a6a;
}

.bt-primary-3 {
    border-top: 3px solid #1b3a6a;
}

.bt-primary-4 {
    border-top: 4px solid #1b3a6a;
}

.bt-primary-5 {
    border-top: 5px solid #1b3a6a;
}

.bb-primary-1 {
    border-bottom: 1px solid #1b3a6a;
}

.bb-primary-2 {
    border-bottom: 2px solid #1b3a6a;
}

.bb-primary-3 {
    border-bottom: 3px solid #1b3a6a;
}

.bb-primary-4 {
    border-bottom: 4px solid #1b3a6a;
}

.bb-primary-5 {
    border-bottom: 5px solid #1b3a6a;
}

.bt-main-1 {
    border-top: 1px solid #e43c4f;
}

.bt-main-2 {
    border-top: 2px solid #e43c4f;
}

.bt-main-3 {
    border-top: 3px solid #e43c4f;
}

.bt-main-4 {
    border-top: 4px solid #e43c4f;
}

.bt-main-5 {
    border-top: 5px solid #e43c4f;
}

.bb-main-1 {
    border-bottom: 1px solid #e43c4f;
}

.bb-main-2 {
    border-bottom: 2px solid #e43c4f;
}

.bb-main-3 {
    border-bottom: 3px solid #e43c4f;
}

.bb-main-4 {
    border-bottom: 4px solid #e43c4f;
}

.bb-main-5 {
    border-bottom: 5px solid #e43c4f;
}

.bt-black-1 {
    border-top: 1px solid #626262;
}

.bt-black-2 {
    border-top: 2px solid #626262;
}

.bt-black-3 {
    border-top: 3px solid #626262;
}

.bt-black-4 {
    border-top: 4px solid #626262;
}

.bt-black-5 {
    border-top: 5px solid #626262;
}

.bb-black-1 {
    border-bottom: 1px solid #626262;
}

.bb-black-2 {
    border-bottom: 2px solid #626262;
}

.bb-black-3 {
    border-bottom: 3px solid #626262;
}

.bb-black-4 {
    border-bottom: 4px solid #626262;
}

.bb-black-5 {
    border-bottom: 5px solid #626262;
}

.bl-black-1 {
    border-left: 1px solid #626262;
}

.bl-black-2 {
    border-left: 2px solid #626262;
}

.bl-black-3 {
    border-left: 3px solid #626262;
}

.bl-black-4 {
    border-left: 4px solid #626262;
}

.bl-black-5 {
    border-left: 5px solid #626262;
}

.br-black-1 {
    border-right: 1px solid #626262;
}

.br-black-2 {
    border-right: 2px solid #626262;
}

.br-black-3 {
    border-right: 3px solid #626262;
}

.br-black-4 {
    border-right: 4px solid #626262;
}

.br-black-5 {
    border-right: 5px solid #626262;
}

.bt-white-1 {
    border-top: 1px solid white;
}

.bt-white-2 {
    border-top: 2px solid white;
}

.bt-white-3 {
    border-top: 3px solid white;
}

.bt-white-4 {
    border-top: 4px solid white;
}

.bt-white-5 {
    border-top: 5px solid white;
}

.bb-white-1 {
    border-bottom: 1px solid white;
}

.bb-white-2 {
    border-bottom: 2px solid white;
}

.bb-white-3 {
    border-bottom: 3px solid white;
}

.bb-white-4 {
    border-bottom: 4px solid white;
}

.bb-white-5 {
    border-bottom: 5px solid white;
}

.bt-grey-1 {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.bb-grey-1 {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.opacity1 {
    opacity: 0.1;
}

.opacity2 {
    opacity: 0.2;
}

.opacity3 {
    opacity: 0.3;
}

.opacity4 {
    opacity: 0.4;
}

.opacity5 {
    opacity: 0.5;
}

.opacity6 {
    opacity: 0.6;
}

.opacity7 {
    opacity: 0.7;
}

.opacity8 {
    opacity: 0.8;
}

.opacity9 {
    opacity: 0.9;
}

.opacity10 {
    opacity: 1;
}

.font-size10 {
    font-size: 10px;
}

.font-size12 {
    font-size: 12px;
}

.font-size14 {
    font-size: 14px;
}

.font-size16 {
    font-size: 16px;
}


.form-control {
    font-size: 14px;
}

.form-control:focus {
    border: 2px solid #0060e2;
}

.width250 {
    width: 250px !important;
}

.maxwidth250 {
    max-width: 250px !important;
}

a.fc-prev-button {
    border-right: 1px solid #cecece;
    margin-right: 10px;
}

a.fc-next-button {
    border-left: 1px solid #cecece;
    margin-left: 10px;
}


input.no-arrow[type="number"]::-webkit-outer-spin-button,
input.no-arrow[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-data {
    font-size: 13px;
}

input.ismaintrack {
    zoom: 1.5;
}

/* real */
/* gnb */
.main-header {
    border-bottom: none;
}

.bottom-header-wrap {
    height: 60px;
}

.bottom-header-box {
    margin: 0 auto;
    max-width: 1200px;
}

.bottom-header-box:after {
    content: "";
    display: block;
    clear: both;
}

.blank_img {
    width: 150px;
    height: 150px;
    background-color: #626262;
    margin: 0 auto;
}

.color-white {
    color: white;
}

.song-audio {
    height: 30px;
    color: #000;
    border: 1px solid #c2c2c2;
    border-radius: 13px;

}

.song-audio:focus {
    outline-color: #ff3301;
    outline-style: dashed;
    outline-width: medium;
}

.gnb {
    float: left;
    /* width:calc(100% - 258px); */
}

/* .gnb > ul > li > a:hover, #gnb > ul > li > a.on {
  color: #fff;
  background: #2380c2;
} */
.gnb-ul:after {
    content: "";
    display: block;
    clear: both;
}

.gnb-ul > li {
    position: relative;
    float: left;
    padding: 0px 5px 5px 0px;
    /* padding:15px 55px 13px 0; */
    text-align: left;
}

.gnb-ul > li > a {
    /* display:inline-block;
    position:relative;
    padding:0 0 5px 0;
    font-weight:300;
    font-size:16px;
    color:#000; */
    display: block;
    line-height: 12px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    font-size: 16px;
    padding: 23px;
    color: #353535;
    width: 120px;
}

.gnb-ul > li > a:after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.gnb-ul > li:hover > a {
    color: #0060e2;
}

.gnb-ul > li:hover > a:after {
    display: block;
}

.gnb-ul > li:first-of-type .sub-mn {
    right: auto;
}

.gnb-ul .gnb-inner {
    display: none;
}

.sub-mn {
    display: none;
    background-color: #1b3a6a;
    position: absolute;
    z-index: 20;
    top: 60px;
    /* padding: 21px 24px 24px 21px; */
    /* min-width: 200px; */
    /* height: 150px; */
    height: 190px;
    width: 100%;
    background-color: #ececec;
    text-align: left;
    box-sizing: border-box;
    background-color: #1b3a6a;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    padding: 10px 0;
}

.gnb-ul > li:hover > .sub-mn {
    display: block;
}

.sub-mn > li {
    padding: 10px 10px;
    text-align: center;
}

.sub-mn > li:last-of-type {
    margin: 0;
}

.sub-mn > li > a {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.sub-mn > li > a:hover {
    color: #78f8ff;
}

.sub-mn > li > a:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0060e2;
}

/* gnb우측링크 */
.header-right-menu {
    float: right;
}

.header-right-menu:after {
    content: "";
    display: block;
    clear: both;
}

/* .header-right-menu li{position:relative;float:left;margin:0 0 0 49px;padding:15px 0 18px 15px;} */
/* .header-right-menu li:after{content:"";display:block;position:absolute;top:17px;left:0;width:6px;height:6px;background-color:#78a0c1;border-radius:6px;} */

.header-right-menu li:hover > a {
    color: #004483;
}

.gnb-lnk-wrap > li {
    margin: 0 0 20px 0;
}

.gnb-lnk-wrap > li:last-of-type {
    margin: 0;
}

.gnb-lnk-wrap > li > a:hover {
    color: #8f6d27;
}

.gnb-lnk-wrap > li > a:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #8f6d27;
}

.header-right-menu > li {
    position: relative;
    float: left;
    text-align: left;
    padding: 23px;
    line-height: 12px;
}

.header-right-menu li .gnb-lnk-wrap {
    display: none;
    position: absolute;
    z-index: 20;
    top: 48px;
    left: -20px;
    margin: 0 0 0 -18px;
    padding: 15px 14px 15px 15px;
    min-width: 150px;
    width: 100%;
    background-color: #ececec;
    text-align: left;
    box-sizing: border-box;
}

.header-right-menu li > a {
    position: relative;
    font-weight: 300;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.header-right-menu li:hover > .gnb-lnk-wrap {
    display: block;
}

/* .header-right-menu li:first-of-type{margin:0;} */
.header-right-menu li:nth-child(2) .gnb-lnk-wrap {
    left: -35%;
}

.gnb-lnk-wrap dl dt {
    position: relative;
    margin: 0 0 11px 0;
    height: 100px;
}

.gnb-lnk-wrap dl dt a {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 9px 36px 10px 10px;
    background: rgba(0, 0, 0, 0.55) url(http://kiwi.jiniworks.com/guide/img/ico-shortcut.png) no-repeat right 10px top 11px;
    font-weight: 200;
    font-size: 18px;
    color: #fff;
}

.gnb-lnk-wrap dl dd ul {
    padding: 0 3px;
}

.gnb-lnk-wrap dl dd ul:after {
    content: "";
    display: block;
    clear: both;
}

.gnb-lnk-wrap dl dd ul li {
    position: relative;
    float: left;
    padding: 0 0 0 11px;
}

.gnb-lnk-wrap dl dd ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #78a0c1;
    border-radius: 6px;
}

.gnb-lnk-wrap dl dd ul li a {
    font-weight: 300;
    font-size: 13px;
    color: #000;
}

.header-right-menu li:nth-of-type(1) .gnb-lnk-wrap dl dt {
    background: url(http://kiwi.jiniworks.com/guide/img/bg-gnb-lnk01.gif) no-repeat 0 0;
}

.header-right-menu li:nth-of-type(2) .gnb-lnk-wrap dl dt {
    background: url(http://kiwi.jiniworks.com/guide/img/bg-gnb-lnk02.gif) no-repeat 0 0;
}

.header-right-menu li:nth-of-type(1) .gnb-lnk-wrap dl dd ul li {
    margin: 0 37px 7px 0;
}

.header-right-menu li:nth-of-type(2) .gnb-lnk-wrap dl dd ul li {
    margin: 0 11px 7px 0;
}

.header-right-menu li:nth-of-type(n) .gnb-lnk-wrap dl dd ul li:nth-of-type(3n) {
    margin-right: 0;
}

.slideMenu {
    display: none;
}

@media screen and (max-width: 1024px) {
    /* gnb */
    .gnb {
        display: none;
    }

    .btn-menu {
        display: block;
        float: right;
        margin: 16px 0 0 0;
        width: 44px;
        height: 34px;
        background: url(http://kiwi.jiniworks.com/guide/img/btn-m-menu.gif) no-repeat 0 0;
        background-size: 60%;
    }

    .header-right-menu {
        display: none;
    }

    /* m-mn.css */
    .m-gnb {
        position: absolute;
        top: 54px;
        left: 0px;
        width: 100%;
        height: calc(100% - 110px);
        background-color: #eff3fa;
    }

    .m-util {
        position: absolute;
        width: 100%;
        background-color: #fff;
    }

    .dep1 {
        height: 100%;
        padding-left: 10px;
    }

    .dep1 > li > a.selected > ul {
        display: block !important;
    }

    .dep1 > li > a {
        display: block;
        position: relative;
        padding: 17px 0px 17px 10px;
        width: 41%;
        font-weight: 500;
        font-size: 20px;
        color: #000;
        text-align: left;
        box-sizing: border-box;
    }

    .dep1 > li > a.selected {
        background-color: #d6e0f2;
    }

    .dep1 > li > a.active {
        color: #003d91;
    }

    .dep2 {
        display: none;
        position: absolute;
        top: 0px;
        left: 41%;
        width: 59%;
        height: 100%;
        background-color: rgb(255, 255, 255);
    }

    .dep2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 15px;
        height: 100%;
        box-shadow: 20px 0 15px -15px #eee inset;
    }

    .dep2 > li {
        text-align: left;
        position: relative;
        background-color: #fff;
    }

    .dep2 > li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 15px;
        height: 100%;
        box-shadow: 20px 0 15px -15px #eee inset;
    }

    .dep2 > li > a {
        display: block;
        position: relative;
        padding: 16px 17px 17px;
        border-top: 1px solid #d7deea;
        background: url(http://kiwi.jiniworks.com/guide/img/bg-m-menu-plus.gif) no-repeat right 20px top 50%;
        font-weight: 400;
        font-size: 20px;
        color: #333;
    }

    .dep2 > li:first-child > a {
        border-top: 1px solid #a9a9a9;
    }

    .dep2 > li:last-child > a {
        border-bottom: 1px solid #d7deea;
    }

    .dep2 > li > a:hover {
        color: #003d91;
    }

    .dep2 > li > a.has-dep03-open {
        background: url(http://kiwi.jiniworks.com/guide/img/bg-m-menu-minus.gif) no-repeat right 20px top 50%;
        border-bottom: 1px solid #d7deea;
        color: #003d91;
    }

    .dep3 {
        display: none;
    }

    .dep3 {
        padding: 20px 0;
    }

    .dep3 > li {
        padding: 10px 30px;
    }

    .dep3 > li > a {
        position: relative;
        font-weight: 400;
        font-size: 18px;
        color: #555;
    }

    .dep3 > li > a.active {
        color: #003d91;
    }

    .dep3 > li > a.active:after {
        content: "";
        position: absolute;
        bottom: -4px;
        width: 100%;
        height: 2px;
        background: #a3afcc;
    }

    .slide-close {
        display: inline-block;
        position: absolute;
        top: 11px;
        right: -2px;
        width: 57px;
        height: 35px;
        background: #fff url(http://kiwi.jiniworks.com/guide/img/btn-m-menu-close02.gif) no-repeat right 20px top 50%;
        background-size: 19px;
    }

    .m-gnb-bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 30;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .slideMenu {
        display: none;
        position: fixed;
        top: 0px;
        right: -100%;
        z-index: 999999;
        padding: 50px 0 0 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        box-sizing: border-box;
    }

    .slideMenu > ul {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .slideMenu > ul > li {
        float: left;
        width: 50%;
        text-align: center;
    }

    .slideMenu > ul > li .m-gnb {
        display: none;
    }

    .slideMenu > ul > li.active .m-gnb {
        display: block;
    }

    .slideMenu > ul > li > a {
        display: block;
        position: relative;
        font-weight: 300;
        font-size: 24px;
        color: #555555;
    }

    .slideMenu > ul > li.active > a {
        font-weight: 700;
        color: #003d91;
    }

    .slideMenu > ul > li.active > a:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #003d91;
    }

    .slideMenu > ul > li .m-gnb.m-util .dep1 {
        height: auto;
        border-top: 1px solid #a9a9a9;
        background-color: #eff4fa;
    }

    .slideMenu > ul > li .m-gnb.m-util ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .slideMenu > ul > li .m-gnb.m-util li {
        float: left;
        width: 33.333%;
        border-right: 1px solid #d7deea;
        border-bottom: 1px solid #d7deea;
        font-size: 10px;
        line-height: 1;
        box-sizing: border-box
    }

    .slideMenu > ul > li .m-gnb.m-util li a {
        text-align: center
    }

    .slideMenu > ul > li .m-gnb.m-util .dep1 > li > a {
        width: 100%;
        padding: 45px 0;
        font-weight: 400;
        color: #333;
        font-weight: 400;
    }

    .slideMenu > ul > li .m-gnb.m-util .dep1 > li > a.selected {
        color: #fff;
        background-color: #003d91
    }

    .slideMenu > ul > li .m-gnb.m-util .dep1 > li > a.selected:after {
        display: none
    }

    .slideMenu > ul > li .m-gnb.m-util .dep2 {
        position: relative;
        width: calc(400% + 4px)
    }

    .slideMenu > ul > li .m-gnb.m-util .dep1 > li:nth-child(1) .dep2 {
        left: 0
    }

    .slideMenu > ul > li .m-gnb.m-util .dep1 > li:nth-child(2) .dep2 {
        left: calc(-25vw + 4px)
    }

    .slideMenu > ul > li .m-gnb.m-util .dep1 > li:nth-child(3) .dep2 {
        left: calc(-50vw + 8px)
    }

    .slideMenu > ul > li .m-gnb.m-util .dep1 > li:nth-child(4) .dep2 {
        left: calc(-75vw + 12px)
    }

    .slideMenu > ul > li .m-gnb.m-util .dep2:before, .slideMenu > ul > li .m-gnb.m-util .dep2 > li:before {
        display: none
    }

    .slideMenu > ul > li .m-gnb.m-util .dep2 li {
        height: 90px;
        border-right: 1px solid #345a8f;
        background-color: #003d91
    }

    .slideMenu > ul > li .m-gnb.m-util .dep2 li:nth-child(4n) ~ li {
        border-top: 1px solid #345a8f
    }

    .slideMenu > ul > li .m-gnb.m-util .dep2 li:nth-child(4n) {
        border-right: 0
    }

    .slideMenu > ul > li .m-gnb.m-util .dep2 li a {
        padding: 17px 0 17px;
        height: 100%;
        border-top: 0;
        background-image: none;
        font-size: 14px;
        color: #fff;
        box-sizing: border-box
    }

    .slideMenu > ul > li .m-gnb.m-util .dep2 > li:last-child > a {
        border-bottom: 0
    }

    .slideMenu > ul > li .m-gnb.m-util .dep2 li a span {
        display: block;
        margin-top: 10px
    }

    .slideMenu > ul > li .m-gnb.m-util .dep2 li a:hover, .slideMenu > ul > li .m-gnb.m-util .dep2 li a:focus, .slideMenu > ul > li .m-gnb.m-util .dep2 li a:active {
        background-color: #e75581;
        color: #002c68;
    }

    .slideMenu > ul > li .m-gnb.m-util .util-depth3 {
        display: none
    }

    .slideMenu .m-login {
        display: block;
        border-top: 1px solid #a9a9a9;
    }

    .slideMenu .m-login a {
        display: block;
        padding: 20px 0 20px 20px;
        border-bottom: 1px solid #d7deea;
        background: url(http://kiwi.jiniworks.com/guide/img/ico-next.png) no-repeat center right 20px;
        font-weight: 400;
        font-size: 18px;
        text-align: left;
        box-sizing: border-box;
    }

    .slideMenu .m-lang {
        display: inline-block;
        margin: 35px auto 20px;
        width: 90%;
        border: 1px solid #cdcdcd;
    }

    .slideMenu .m-lang a {
        float: left;
        padding: 18px 0;
        width: 33.33333%;
        border-right: 1px solid #cccccc;
        background-color: #dedede;
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        box-sizing: border-box;
    }

    .slideMenu .m-lang a:last-child {
        border-right: none;
    }

    .slideMenu .m-lang a:hover {
        background-color: #555555;
        font-weight: 500;
        color: #fff;
    }
}


.attachment-filename {
    font-size: 12px;
    color: #6C757D;
    vertical-align: sub;
    white-space: nowrap;
}

.breadcrumb-item a {
    color: #212529;
}

.breadcrumb-item.active {
    color: #1b3a6a;
    font-weight: 900;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    padding: .46875rem .75rem;
    height: calc(2.25rem + 2px);
}


.error-page > .headline {
    text-align: center;
    float: none;
}

.error-page > .error-content {
    text-align: center;
    margin-left: 0px;
}

.table-title {
    font-weight: bold;
    margin: 0 0 .75rem .75rem;
}

dt#chkNotice {
    color: rgba(248, 10, 10, 0.84);
    font-size: 12px;
}

/* .personal-information div.bootstrap-tagsinput{
  flex: 1 1 auto;
  width: 1%;
} */

.login-container {
    background-color: rgba(0, 0, 0, 0.29);
    background-image: url(../img/login_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.login-wrapper {
    width: 380px;
}

.login-card {
    background-color: rgba(18, 20, 22, 0.88);
    padding: 20px;
    border-radius: 5px;
}

.login-box-logo {
    margin-bottom: 30px;
}

.login-box-footer {
    margin-top: 7px;
}

.login-box-footer a {
    text-decoration: underline;
}

.page-title {
    color: #0069c2;
    font-weight: bold;
}

.register-xl-box {
    margin-left: auto;
    margin-right: auto;
}

.register-xl-box div.card {
    padding: 60px 0px 0px;
}

.table.slim-table td, .table.slim-table th {
    padding: .45rem
}

/* .table-bordered td, .table-bordered th */
.table td, .table th {
    vertical-align: middle;
}

.table-border-none td, .table-border-none th {
    border: none;
}

table.table-bordered thead tr {
    background-color: #eaeaea;
}

/* 회원가입 */
.form-check-input {
    zoom: 1.5;
    margin-top: .12rem;
    margin-left: -1.0rem;
}

.agree-textarea {
    width: 100%;
    height: 230px;
    resize: none;
    overflow: auto;
    background-color: #f5f5f5;
    padding: 10px 15px;
    font-size: 13px;
    word-break: keep-all;
}

.agree-textarea p {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

.agree-textarea h5 {
    font-size: 16px;
    margin-top: 10px;
}

.agreement li span {
    color: #2992e8;
    font-size: 11px;
}

.agreement.required li span {
    color: #e82929;
    font-size: 11px;
}

.input-refer-dangerous {
    color: #e82929;
    font-size: 16px;
}

.input-refer-dangerous-sm {
    color: #e82929;
    font-size: 14px;
}

.input-refer-default {
    color: #000;
    font-size: 12px;
}

span.album-image-info {
    font-size: 12px;
}

.sub-info-title {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 900;
}

.sub-info-desc {
    margin-left: 12px;
    margin-bottom: 1.5rem;
}

.bootstrap-tagsinput input {
    min-width: 100%;
}

.desc {
    resize: none;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 8px;
}

.desc:focus {
    border: 2px solid #0060e2;
}

.upload-help-box-title {
    font-size: 14px;
}

.upload-help-box-body {
    color: #e82929;
    max-width: 100%;
    overflow-y: auto;
    min-height: 150px;
    max-height: 200px;
    background-color: #f3f5f9;
    padding: 10px;
}

.upload-help-box {
    text-align: center;
    font-size: 14px;
    background-color: #eee;
    padding: 10px;
    line-height: 2em;
}

.upload-help-box p, .upload-help-box-body p {
    margin-bottom: 0px;
}

.upload-progress {
    width: 200px;
}

.origin-tagsinput .bootstrap-tagsinput input {
    min-width: auto;
}

.main-container {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 6% 0px;
}

button.main-box:focus {
    outline: none;
}

.main-box-wrap {
    text-align: center;
    margin: 0 auto;
}

.main-count-wrap {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    width: 33%;
    text-align: center;
    position: relative;
}

.main-count-wrap:first-child {
    justify-content: flex-start;
}

.main-count-wrap:last-child {
    justify-content: flex-end;
}

.main-box-wrap .username span:last-child {
    font-size: 16px;
}

.main-box:first-child {
    margin-right: 3rem;
}

.main-box {
    background-color: #eaf0fa;

    border: 1px solid #eaf0fa;
    border-radius: 10px;
    text-align: center;
    height: 250px;
    width: 250px;
    cursor: pointer;
}

.main-box img {
    width: 120px;
}

.main-box h5 {
    margin-top: 20px;
    color: #000;
}

.main-box-left {
    margin-right: 3rem;
}

.main-box:hover, .main-box:hover h5 {
    background-color: #0060e2;
    color: #fff;
}

.main-count-wrap:not(:last-child)::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.20);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
}

.main-count-label {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.main-count {
    color: #0060e2;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
}

.bottom-row {
    margin-top: 50px;
}


button.shadow-box:focus {
    outline: none;
}

.shadow-box-wrap {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 50px;
}

.shadow-box:first-child {
    margin-right: 3rem;
}

.shadow-box {
    background-color: #eaf0fa;
    color: #0060e2;
    border: 1px solid #eaf0fa;
    border-radius: 10px;
    text-align: center;
    height: 250px;
    width: 250px;
    cursor: pointer;
}

.shadow-box img {
    width: 120px;
}

.shadow-box h5 {
    margin-top: 20px;
}

.shadow-box.active {
    background-color: #0060e2;
    color: #fff;
}

/* .bs-stepper-circle {
  background-color: #8f6d27;
} */
/* .active .bs-stepper-circle  {
  background-color: #8f6d27;
} */

.right-check-container {
    border-top: 2px solid #c0c0c0;
    padding-top: 10px;
    padding-bottom: 15px;
}

.vertical-form-label {
    width: 130px;
    margin-bottom: 0px;
    height: calc(2.25rem + 2px);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #eaf0fa;
    border-radius: 0px;
}

div.statistic-table {
    width: 95%;
}

div.statistic-table-header {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 5px 0px 5px 0px;
    background-color: #eaeaea;
    padding: 10px;
}

div.statistic-table-column {
    /* margin-bottom:10px; */
    width: 10%;
}

div.statistic-table-field {
    padding: 5px;
}

/* .table.slim-table th{
  background-color:#343a40;
  color:#fff;
} */

.label-info {
    background-color: #0e2b58;
    display: inline-block;
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-size: 13px;
}

/* .bootstrap-tagsinput {
  display: block;
  flex: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/
.bootstrap-tagsinput {
    width: 100%;
    flex: 1;
    display: block;
}


div.song-info-wrap {
    padding-top: 10px;
}

div.song-info {

}

.icheck-primary.flip > input:first-child:checked + input[type=hidden] + label::before, .icheck-primary.flip > input:first-child:checked + label::before {
    background-color: #fff;
    border-color: #007bff;
}

.icheck-primary.flip > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before, .icheck-primary.flip > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #007bff;
}

.icheck-primary.flip > input:first-child + input[type=hidden] + label::before, .icheck-primary.flip > input:first-child + label::before {
    background-color: #fff;
}

.icheck-primary.flip > input:first-child:checked + input[type=hidden] + label::after, .icheck-primary.flip > input:first-child:checked + label::after {
    border: 2px solid #007bff;
    border-left: none;
    border-top: none;
}

/* .icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before
{
  background-color: #1b3a6a;
  border-color:#1b3a6a;
}
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before
{
  border-color:#1b3a6a;
} */

span.badge.istitle {
    position: absolute;
    top: 16px;
    right: 4px;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #8f6d27;
}

.btn-secondary {
    background-color: #26C880;
    border-color: #26C880;
}

.btn-secondary:hover {
    background-color: #22b473;
    border-color: #22b473;
}

.btn-secondary.focus, .btn-secondary:focus {
    background-color: #22b473;
    border-color: #22b473;
}

.btn-secondary.disabled, .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #26C880;
    border-color: #26C880;
}

.btn-primary {
    background-color: #0060e2;
    border-color: #0060e2;
}

.btn-primary:hover {
    background-color: #0957c5;
    border-color: #0957c5;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #0957c5;
    border-color: #0957c5;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #0060e2;
    border-color: #0060e2;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #0060e2;
    border-color: #0060e2;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1b3a6a;
    border-color: #1b3a6a;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #1b3a6a;
    color: #fff;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}

.btn-grey {
    color: #fff;
    background-color: #626262;
    border-color: #626262;
}

.btn-grey:hover {
    background-color: #4b4a4a;
    border-color: #4b4a4a;
    color: #ced4da;
}

.btn-grey.focus, .btn-grey:focus {
    background-color: #626262;
    border-color: #626262;
}

.btn-grey.disabled, .btn-grey:not(:disabled):not(.disabled):active {
    background-color: #626262;
    border-color: #626262;
}


.page-item.active .page-link {
    color: #fff;
    background-color: #5f88e6;
    border-color: #5f88e6;
}

.page-link {
    color: #000;
    background-color: #e9eaee;
    margin: 0px 3px;
    border-radius: 2px;
}

.page-link:hover {
    z-index: 2;
    color: #007bff;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.card-primary.card-outline {
    /* border-top : 3px solid #8f6d27; */
    border-top: 3px solid #0060e2;
}

.song-table {
    display: table;
    width: 100%;
}

.song-search-caption {
    display: table-caption;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0px 20px;
}

.song-table-row {
    display: table-row;
}

.blank {
    height: 20px;;
}

.song-table-cell {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle;
    position: relative;
    max-width: 300px;
    height: 70px;
}

.song-table-cell:first-child {
    padding: 20px 5px;
}

.song-check-cell {
    text-align: center;
    width: 80px;
}

.song-table-header {
    display: table-header-group;
    color: #6d89c2;
    border-top: 1px solid #e9eaee;
}

.song-card-column {
    display: table-column;
}

.table-header {
    display: table-cell;
    padding: 20px;
    font-weight: 500;
    vertical-align: middle;
}

.track-name {
    font-size: 20px;
    font-weight: bold;
    color: #0060e2;
}

.track-subinfo {
    font-size: 13px;
}

.track-audio {
    margin-top: 10px;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
    background-color: none;
    color: #000;
}

.audio-error {
    font-size: 11px;
}

.writer-subinfo {
    position: absolute;
    font-size: 13px;
}

/* .song-card {
  border-top : 3px solid #626262;
}

.song-card div.song-title-wrap {
  border-bottom: 2px solid #626262;
  background-color: #eeeeee;
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
} */

/* .song-card div.track-name {
  font-size: 20px;;
} */

.song-form {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* .btn-success , .btn-success:hover{
  color: #000;
  background-color: #ffc723;
  border-color: #ffc723;
}

.btn-success.focus, .btn-success:focus, .btn-success:active,
.btn-success:not(:disabled):not(.disabled):active {
  color: #000;
  background-color: #ffc723;
  border-color: #e2b018;
  box-shadow: 0 0 0 0 rgba(240, 243, 36, 0.966);
} */

.select2-container {
    flex: 1;
    max-width: 100%;
}

.help-block {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.song-card:hover {
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    transform: translateY(-1px);
}

.song-card-tools {
    position: absolute;
    right: 10px;
    text-align: right;
}

.overlay-wrapper .custom-overlay {
    width: 200px;
    height: 200px;
    font-size: 24px;
}

.fullscreen-spinner {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    display: hide;
    justify-content: center;
    align-items: center;
}


.main-search-container {
    background-image: url('../img/main_bg.jpg');
    color: #fff;
    background-position: center;
    background-size: cover;
}

.main-search-container .select2-container,
.main-search-container .form-control {
    opacity: 0.7;
}

#music-upload-form .select2-container--default .select2-selection--single,
#music-upload-form .form-control,
#music-upload-form .vertical-form-label {
    height: calc(2.0rem + 2px);
}

#music-upload-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px;
    padding: 0px;
}

#music-upload-form .form-control-lg,
#music-upload-form .vertical-form-label-lg {
    height: calc(5.0rem + 2px);
}

.fixed-header {
    display: none;
    position: fixed;
    top: 0px;
    z-index: 9999;
    margin: 0 auto;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    background-color: #fff;
    right: 0;
}

footer.main-footer {
    background-color: #b4c2d6;
    color: #000;
    font-weight: 500;
}

footer.main-footer.login-footer {
    background-color: #0069C2;
    color: #fff;
}


.footer-floor1-lf > ul {
    padding-top: 10px;
    margin-left: -10px;
    font-size: 12px;
}

.footer-floor1-lf > ul > li {
    padding: 0 10px;
    float: left;
}

.footer-floor1-lf > ul > li > a {
    font-size: 14px;
    cursor: pointer;
}

.footer-floor1-lf > ul > li > a.on {
    color: #fff;
}

.footer-floor2-ul > li {
    font-size: 13px;
    line-height: 16px;
}

.footer-floor2-ul {
    margin-bottom: 0px
}


div.autocomplete {
    position: absolute;
    width: 100%;
    left: 0px;
}

div.autocomplete ul {
    padding: 0px;
}

div.autocomplete ul li {
    cursor: pointer;
    line-height: 2em;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 10px;
}

div.autocomplete ul li:hover {
    background-color: #eeeeee;
}

.nav-sidebar > .nav-item .nav-icon.fa-circle {
    font-size: 10px !important;
    margin-left: 15px;
}

span.admin-title .nav-icon.fa-circle {
    font-size: 12px !important;
    margin-left: 15px;
}

label.attachment-label {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0px;
}

div.intro-text {
    line-height: 2em;
    font-size: 18px;
}

.expandable-body > td > div, .expandable-body > td > p {
    padding: .75rem;
    /* background-color: #eeeeee; */
    background-color: #f7f7f7;
    padding-left: 60px;
}

.expandable-body table tr:first-child {
    background-color: #e9e9e9 !important;
}

.brand-image {
    opacity: 1 !important;
}

.brand-text {
    font-size: 25px;
}

div.artist-dropdown a {
    display: block;
    border-bottom: 1px solid #cecece;
    font-size: 13px;
    padding: 5px;
}

div.artist-dropdown a:first-child {
    border-top: 1px solid #cecece;
}

div.bulk-table-wrap {
    max-width: 100%;
    overflow: auto;
    min-height: 350px;
    max-height: 800px;
}

div.bulk-table-wrap > table {
    width: auto;
    min-width: 100%;
}

div.bulk-table-wrap > table th {
    min-width: 150px;
    font-size: 13px;
}

div.bulk-table-wrap > table th.middle-cell, div.bulk-table-wrap > table td.middle-cell {
    min-width: 200px;
}

div.bulk-table-wrap > table th.long-cell, div.bulk-table-wrap > table td.long-cell {
    min-width: 300px;
}

div.bulk-table-wrap .select2-container--default .select2-selection--single {
    padding: 3px;
    height: calc(1.5rem + 2px);
    font-size: 12px;
}

.select2-results {
    font-size: 12px;
}

.sticky-header {
    position: sticky;
    top: 0px;
    z-index: 99;
}

div.bulk-table-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5rem + 2px);
}

div.bulk-table-wrap .form-control {
    font-size: 12px;
    height: calc(1.8rem + 2px);
}

/* tbody#bulk-tbody {
  height: 800px;
  overflow: auto;
  display: block;
} */

/* div.bulk-table-wrap table { display: block; }
div.bulk-table-wrap table th { border: 1px solid #000; background: pink; }
div.bulk-table-wrap table td { border: 1px solid #000; border-top: 0; }
div.bulk-table-wrap table tbody {
    display: block;
    min-height: 500px;
    max-height: 800px;
    overflow: auto;
}
div.bulk-table-wrap table  th:nth-of-type(1), div.bulk-table-wrap table td:nth-of-type(1) { min-width: 150px; }
div.bulk-table-wrap table th:nth-of-type(2), div.bulk-table-wrap table td:nth-of-type(2) { min-width: 150px; }
div.bulk-table-wrap table th:nth-of-type(3), div.bulk-table-wrap table td:nth-of-type(3) { min-width: 150px; }
div.bulk-table-wrap table th:last-child { min-width: 150px; }
div.bulk-table-wrap table td:last-child { width: calc( 100px - 19px );  } */

tbody#bulk-tbody td > .select2 {
    width: 100% !important;
}

div.table-content {
    max-width: 100%;
    overflow-x: auto;
}

img.profile-img-sm {
    width: 50px;
}

#albumimg_previews span, #albumimg_previews p, #previews span, #previews p {
    font-size: 12px;
}


/* #sidebar {
  margin-top: 36px;
  float: left;
  width: 250px;
}
#content {
  position: relative;
  float: right;
  margin-top: 36px;
  width: 850px;
} */

.intro-card {
    padding-left: 10%;
}

.intro-title::before {
    content: "\A";
    width: 2px;
    height: 100%;
    /* border-radius: 50%; */
    background: #0060e2;
    margin-bottom: 3px;
    margin-right: 15px;
    border-left: 3px solid #0060e2;
}

.intro-title > span {
    font-size: 20px;
    font-weight: 300;
}

.intro-sub-title-check {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5em;
    margin-left: 20px;
}

.intro-sub-title-check::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 15px;
    border: solid #0060e2;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-right: 13px;
}

.intro-sub-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.intro-sub-title::before {
    content: "\A";
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background: #0060e2;
    display: inline-block;
    margin-top: -2px;
    margin-bottom: 3px;
    margin-right: 9px;
}

.intro-container img {
    max-width: 100%;
}

.intro-desc {
    margin-bottom: 30px;
    font-size: 16px;
    margin-left: 20px;
    word-break: break-all;
}

.intro-caption {
    font-size: 14px;
}

.intro-caption span {
    color: #0060e2;
    font-weight: bold;
}

.introduction_bg {
    max-width: 1900px;
    margin: 0 auto;
    color: #fff;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 70px;
}

.introduction_bg .text_wrap {
    display: table;
    margin: 0 auto;
    box-shadow: 0px 11px 20px 3px rgba(0, 0, 0, 0.29);
    position: relative;
    bottom: -56px;
}

.introduction_bg .text_left {
    position: absolute;
    top: 25%;
    right: 50%;
    margin-right: 292px;
    padding-right: 36px;
}

.ani_layer {
    opacity: 0;
}

.ani_layer.action.anitop {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: anitop;
    animation-name: anitop;
    opacity: 1;
}

.bs-stepper-header {
    justify-content: space-evenly;
}

.bs-stepper-header div.step-trigger[aria-selected="true"] {
    color: #000;
}

.bs-stepper-header div.step-trigger:hover {
    background-color: #fff;
}

.download02 {
    display: inline-block;
    border-bottom: 2px solid #0060e2;
    width: 180px;
    margin-right: 30px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0251b3;
    font-weight: 400;
    letter-spacing: 0;
    color: #0060e2;
}

.menu_bg {
    width: 100%;
    height: 0;
    position: absolute;
    top: 70px;
    display: none;
    left: 0;
    z-index: 3;
    background-color: #1b3a6a;
}

.download02:hover {
    color: #26C880;
    font-weight: bold;
}

h2.login-title {
    font-weight: bold;
    font-size: 52px;
    padding-bottom: 10px;
    margin-bottom: 80px;
    background-image: url(../img/title_line.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

div.login-next-button {
    margin-bottom: 50px;
}

h3.register-sub-title {
    text-align: center;
    text-decoration: underline;
}

.register-back {
    position: absolute;
    margin-top: 10px;
    font-weight: bold;
}

.content-header h1 {
    font-size: 1.5rem;
}

.list-right-tool {
    position: absolute;
    right: 0;
    top: 12px;
}

.insert-myinfo {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 13px;;
}

.insert-myinfo [class*=icheck-] > input:first-child + label::before {
    width: 15px;
    height: 15px;
    margin-left: -20px;
}

.insert-myinfo [class*=icheck-] > label {
    line-height: 15px;
}

.insert-myinfo [class*=icheck-] > input:first-child:checked + label::after {
    top: -3px;
    left: 5px;
}

.brand-link .brand-image {
    margin-top: 0px;
    max-height: 37px;
}


.green-audio-player {
    box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
    width: auto;
}

.green-audio-player .slider .gap-progress .pin,
.green-audio-player .slider .gap-progress {
    background-color: #0060e2;
}

.green-audio-player .holder .play-pause-btn > svg,
.green-audio-player .volume .volume__button > svg {
    width: 13px;
    height: 15px;
}

.green-audio-player .volume .volume__controls {
    width: 18px;
    height: 125px;
}

.green-audio-player .volume .volume__controls.top {
    bottom: 20px;
}

.green-audio-player .volume .volume__controls.bottom {
    bottom: -134px;
}

.guideTxt {
    position: absolute;
    top: 8px;
    left: 15px;
    color: #ced4da;
}

.memo-textarea {
    min-height: 250px;
}

.resize-none {
    resize: none;
}


.table-hover-none tr:hover {
    color: inherit !important;
    background-color: unset !important;
}

.keyword-tag {
    cursor: pointer;
    display: inline-block;
    padding: .5em .4em;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    margin: 3px 2px;
    transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
    background-color: white;
    border: 1px solid #e0e0e0;
}

.keyword-tag:hover {
    background-color: #ececee;
}

@media (max-width: 768px) {
    .song-header {
        padding-top: 45px;
    }

    .song-remove-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        text-align: right;
    }

    .shadow-box:first-child {
        margin-bottom: 3rem;
        margin-right: 0px;
    }

    h2.login-title {
        font-size: 25px;
    }

    .main-box-left {
        margin-right: 5px;
    }

    .brand-text {
        font-size: 18px;
    }

    .main-box {
        width: 160px;
        height: 160px;
    }

    .main-box img {
        width: 80px;
    }

    .navbar-brand {
        padding-left: 10px;
    }

    .main-container {
        width: 90%;
    }

    .main-count-label {
        font-size: 16px;
    }

    .main-count {
        font-size: 22px;
    }

    .main-box h5 {
        font-size: 15px;
    }

    .intro-title {
        font-size: 22px;
    }

    .intro-sub-title-check, .intro-desc {
        font-size: 14px;
    }

    .intro-sub-title {
        font-size: 18px;
    }

    .intro-title > span {
        display: block;
        margin: 10px 0px 0px 18px;
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .intro-card {
        padding-left: 1.25rem;
    }

    .login-wrapper {
        width: 90%;
    }

    h2.login-title {
        font-size: 24px;
    }

    .footer-floor2-ul {
        padding-left: 0px;
    }

    .footer-floor1-lf > ul {
        padding-left: 0px;
        font-size: 10px;
    }

    .page-link {
        padding: .6rem;
    }
}

@media (min-width: 320px) {
    .bs-stepper .line, .bs-stepper-line {
        display: none;
    }

    img.profile-img {
        max-width: 200px;
        margin-bottom: 20px;
    }
}

@media (min-width: 520px) {
    .bs-stepper .line, .bs-stepper-line {
        display: none;
    }

    img.profile-img {
        max-width: 200px;
        margin-bottom: 20px;
    }
}

@media (min-width: 576px) {

    .bs-stepper .line, .bs-stepper-line {
        display: none;
    }

    img.profile-img {
        max-width: 200px;
        margin-bottom: 20px;
    }
}


@media (min-width: 992px) {
    .gnb-ul {
        padding: 0px;
    }

    .gnb-ul > li > a {
        width: 100px;
        font-size: 14px;
        padding: 23px 15px;
    }
}

@media (min-width: 1200px) {

}


/*게시판 css*/
#board-form .vertical-form-label-lg {
    height: auto;
}

.info_question {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
}

.info_question.fst {
    border-top: 1px solid #333333;
}

.info_question.lst {
    border-bottom: 1px solid #333333;
}

.info_question dt {
    float: left;
    font-size: 20px;
    padding: 28px 0 28px 19px;
}

.info_question dd {
    float: right;
    padding: 21px 0 23px 20px;
}

.info_question .wrap_item {
    float: left;
    position: relative;
    margin: 0;
    border-radius: 5px;
    height: 45px;
    width: 100%;

}

.info_question .wrap_item .info {
    border: none 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 13px;
    background-color: #fff;
    z-index: 10;
}

.info_question .wrap_tf {
    height: 300px;
}

.info_question .wrap_tf .tf_info {
    padding: 15px;
    resize: none;
}

.info_question .wrap_file {
    position: relative;
    float: left;
    width: 100%;
    height: 45px;
    background-color: #c9caca;
    border-radius: 5px;
    border: 0 none;
}

.info_question .wrap_file .ico_file {
    position: absolute;
    top: 11px;
    right: 15px;
    width: 12px;
    height: 12px;
}

.info_question .wrap_file .txt_placeholder {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 15px;
    color: #333333;
}

.info_question .wrap_file .inp_file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    opacity: 0.01;
    filter: alpha(opacity=1);
    cursor: pointer;
    outline: 0 none;
    font-size: 0;
    line-height: 0;
    z-index: 5;
}

.info_question .file_complete {
    background-color: transparent;
    border: 1px solid #7f7f7f;
    margin-top: 10px;
}

.info_question .file_complete .btn-delete {
    position: absolute;
    color: #333333;
    top: 12px;
    right: 10px;
    border: 0 none;
}

.info_question .file_complete .file_size {
    position: absolute;
    top: 12px;
    right: 45px;
}

.subject-wrap {
    padding: 20px 10px;
    border-top: 1px solid #333333;
}

.file_view_wrap {
    background-color: #f0f0f0;
    padding: 20px 10px;
    border-top: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
}

.file_view_wrap a {
    padding: 3px 0;
    display: block;
}

.content-wrap {
    padding: 20px 10px;
}

.content-wrap p {
    white-space: pre-wrap;
}

.reply-wrap {
    margin-top: 100px;
    padding: 20px 10px;
    border-top: 1px solid #c9caca;
}

.reply-wrap p {
    position: relative;
    padding: 20px 10px;
    white-space: pre-wrap;
}

.reply-wrap .txt-info {
    margin-top: 15px;
    padding: 10px 0 15px 0;
}

.reply-wrap .txt-info span.writer {
    font-size: 16px;
    font-weight: bold;
}

.reply-wrap .txt-info span.date {
    font-size: 14px;
    color: #888;
    margin-left: 5px;
}

/*공지사항 탭 시작*/
.bx_tab_menu {
    /*height: 65px;*/
}

.bx_tab_menu ul {
    overflow: hidden;
    padding-left: 0;
    background-color: #fafafa;
}

.bx_tab_menu li {
    position: relative;
    width: 25%;
    float: left;
    border: 1px solid #ddd;
}

.bx_tab_menu.col7 li {
    width: calc(100% / 7);
}

/*.bx_tab_menu li:nth-child(2):before, .bx_tab_menu li:nth-child(3):before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 17px;
    background-color: #ddd;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
.bx_tab_menu li a {
    display: table;
    height: 40px;
    width: 100%;
    padding: 0 15px;
    font-size: 18px;
    text-align: center;
}

.bx_tab_menu li a.on:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 2px solid #0069ce;
    z-index: 1;
}

.bx_tab_menu li a span {
    color: #333333;
    display: table-cell;
    vertical-align: middle;
}

/*공지사항 탭 끝 */

/* FAQ 페이지*/
.number-spinner input[type="number"]::-webkit-outer-spin-button,
.number-spinner input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.faq-wrap {
    border-top: 1px solid #333;
}

.faq-wrap .faq-accordion {
    border-bottom: 1px solid #c9caca;
}

.accordion-link {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 10px 100px 10px 30px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.ico-q {
    float: left;
    position: relative;
    margin-top: 5px;
    width: 45px;
    height: 45px;
    background: #0069ce;
    text-align: center;
}

.ico-q .ico-txt {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    transform: translate(-50%, -50%);
    font-size: 17px;
    color: #fff;
}

.accordion-link .accordion-tit {
    float: left;
    font-size: 19px;
    margin-left: 30px;
}

.category {
    margin-bottom: 3px;
    font-size: 18px;
    color: #666;
}

.accordion-tit strong {
    display: block;

}

.accordion-link .ico-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
}

.faq-content {
    display: none;
    padding: 40px 70px;
    background-color: #fafafa;
}

/** 게시판 끝 **/


/** 메인 페이지 시작 **/

.main-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #000000;
    background: #207dff;
    background: -moz-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #207dff), color-stop(100%, #a16ae8));
    background: -webkit-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -o-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -ms-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#207dff), to(#a16ae8));
    background: linear-gradient(to right, #207dff 0%, #a16ae8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207dff', endColorstr='#a16ae8', GradientType=1);
}

.main-wrapper {
    width: 100%;
    height: 800px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.29);
    background-image: url(../img/login_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-wrap .slider-text {
    height: 800px;
    z-index: 0;
    overflow: hidden;
}

/* .ftco-animate {
  opacity: 0;
  visibility: hidden;
} */

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.ftco-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-wrap .slider-text .text {
    position: relative;
    z-index: 1;
}

.ftco-counter .icon {
    margin-bottom: 10px;
}

.block-18 .icon > span {
    font-size: 60px;
    color: #fff;
}

.ftco-counter .text strong.number {
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    line-height: 1;
}

.ftco-counter .text span {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.ftco-search {
    position: relative;
    width: 100%;
    display: block;
}

.ftco-search .nav-pills {
    display: inline-block;
}

.ftco-search .nav-pills .nav-link {
    padding: 10px 30px !important;
    border-radius: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    background: #fdab44;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.ftco-search .nav-pills .nav-link.active, .ftco-search .nav-pills .nav-link:hover {
    color: #000000;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background: white;
    background: #fff;
}

.ftco-search .tab-content {
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin-top: -9px;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.index-section-desc {
    font-size: 18px;
    font-weight: 400;
}

.ftco-section {
    padding: 6em 0;
    position: relative;
}

.top-category {
    padding: 20px;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-wrap {
    background: #fff;
    margin-top: -150px;
    -webkit-box-shadow: 0px 3px 14px -4px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 14px -4px rgb(0 0 0 / 10%);
}

.top-category h3 {
    font-size: 20px;
}

.top-category h3 a {
    color: #000000;
}

.top-category .icon {
    font-size: 40px;
    color: #206dfb;
}

.top-category p {
    color: rgba(0, 0, 0, 0.7);
}

/** 메인 페이지 끝 **/


#metadata-table {
    font-size: 14px;
}

#metadata-table th {
    max-width: 70px;
    background-color: #0060e2;
    color: white;

}

#metadata-table td {
    max-width: 200px;
}

@media (max-width: 768px) {
    #metadata-table {
        font-size: 12px;
    }

    #metadata-table td, #metadata-table th {
        padding: .45rem;
    }
}

@media (max-width: 520px) {
    #metadata-table {
        font-size: 10px;
    }

    #metadata-table th {
        word-break: keep-all;
    }

    #metadata-table td, #metadata-table th {
        padding: .45rem;
    }

    .ftco-counter .text strong.number {
        font-size: 22px;
    }

    .ftco-counter .text span {
        font-size: 16px;
    }

    .intro-sub-title-check, .intro-desc {
        font-size: 12px;
    }
}


.shame-text {
    color: #ffffff;
    font-size: 16px;
    font-family: serif;
}


.center {
    text-align: center;
}

.statistics-pagination {
    display: inline-block;
}

.statistics-pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    background-color: #ddd;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.statistics-pagination a.active {
    background-color: #25CCF7;
    color: white;
    border: 1px solid #25CCF7;
}

.statistics-pagination a:hover:not(.active) {
    background-color: #ddd;
}

.nav-counter-alarm {
    float: right;
    min-width: 8px;
    padding: 0 6px;
    color: white;
    text-align: center;
    background: #e23442;
    border-radius: 11px;
}

.csv-modal {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    opacity: 1
}

.height28 {
    height: 28%;
}

.height10 {
    height: 10%;
}

.full-height {
    height: 100%;
}

.hidden-modal {
    height: 0;
    overflow: scroll;
    transition: height 1s;
}

.show-modal {
    height: 100%;
    overflow: hidden;
    transition: height 1s;
}

/* body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header
{
  margin-left: 0px;
} */
